home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / t_os / tool / artemis1 / src / sub2.h < prev    next >
Encoding:
Text File  |  1993-09-07  |  320 b   |  15 lines

  1. /*
  2.     sub2.h
  3. */
  4.  
  5. int        ctox(char c);
  6. void    putmsg_width(int x, int y, int width, char *msg, int col);
  7. void    dispAttentionMsg(char *msg);
  8. int        check_yes_no(char *msg);
  9. void    ms_get(MSDAT *ms);
  10. int        set_intfunc(void (*func)(), int timer);
  11. int        clr_intfunc();
  12. void    int_init();
  13. void    int_end();
  14. char    *moscsr_timer();
  15.